home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / dir / FolderSync.readme < prev    next >
Text File  |  2002-04-14  |  3KB  |  74 lines

  1. Short:    Synchronise two folders automagically!
  2. Author:   Chris S Handley (cshandley@iee.org)
  3. Uploader: Chris S Handley (cshandley@iee.org)
  4. Version:  v1.02
  5. Type:     util/dir
  6.  
  7. The purpose of FolderSync is to allow one set of files to be shared by two
  8. separate people (computers), and occasionally update BOTH people's set of files
  9. with the changes that the other has done.
  10.  
  11.  
  12. Neither person has priority, because FolderSync just 'mirrors' what one person
  13. has done on to the other's files, as if both were working on just a single set
  14. of files.
  15.  
  16. It does NOT run in the background, but is run by the user when needed.
  17. Synchronisation is done at the level of whole files, rather than somehow
  18. updating a part of a file (as might happen with Address Book sync s/w).  It can
  19. sync between an Amiga disk & a FAT (Windows) disk quite happily.
  20.  
  21.  
  22. I wrote FolderSync to allow me to carry 10,000 of my Amiga's files (500Mb)
  23. around with me on my Psion 7 (a 'minature laptop'), without having to worry
  24. about remembering what changes I had done on either my Psion or my Amiga, and
  25. without having to synchronise every time I switched between Amiga or Psion.
  26.  
  27. It can also be made to backup the changes in one folder to another, which I use
  28. to keep an up-to-date backup of my Workench partition (in case I do something
  29. silly, like formatting it).
  30.  
  31.  
  32. Having spent so much effort making FolderSync very fast & reliable, I though I
  33. ought to make it publically available :-)
  34.  
  35. I am not aware of any other program that does anything vagely similar, and if
  36. there is, then I doubt it is written so well!  I am quite proud of how well it
  37. works, given the apparent lack of support by filing systems.
  38.  
  39. Note that it is a CLI (Shell) program, and should probably only be used by an
  40. 'expert' (someone with some experience of the technical side of computers -
  41. which probably covers a lot of the surviving Amiga users!).
  42.  
  43. NOTICE:  You must follow the upgrade procedure if you have used a previous
  44. version for synchronisation.
  45.  
  46.  
  47. History
  48. +++++++
  49. v1.02 (11.04.2002)
  50. - First Aminet release.
  51. - Minor tweak to the error handling system.
  52. - Forgot verbose report of dir creation.
  53. - Removed theoretical problem of possible hidden mirror duplicate filename when
  54. reducing a filename length.
  55. - Added reporting creation of dir that already exists but was hidden.
  56. - Added version (detection) to lastsync file.
  57. - Corrected FolderSync's executable version year date!
  58. - Added tweaking of name case, attributes & comments.
  59. - Added automatic detection of filesystem support for comments & protection
  60. bits, thus all protection bits are now supported.
  61.  
  62. v1.01 (19.03.2002)
  63. - Minor corrections to the documentation.
  64. - Removed minor bug where copied FAT95's timestamp file comment.
  65. - Removed a bug which potentially could trash memory (but didn't seem to).
  66. - Replaced slow AmigaE memory & E-string functions with my own super fast ones,
  67. resulting in a speed up of about 70 times!
  68.  
  69. v1.00 (19.02.2002)
  70. - First release.
  71.  
  72. v0.00 (02.11.2001)
  73. - I first started seriously looking at programming it.
  74.